home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / EXAMPLES.ZIP / EXAM3.FTP < prev    next >
Text File  |  1997-05-22  |  298b  |  10 lines

  1. :---------------------------------------------------------------------
  2. : exam3.ftp
  3. : iFTP example script getting specific files, showing error if any
  4. :---------------------------------------------------------------------
  5.  
  6.   open
  7.   get /t_incoming/dl*.zip
  8.   if not success then WriteError
  9.  
  10.